moved the BABL_TOLERANCE documentation paragraph in under Environment
authorØyvind Kolås <ok@src.gnome.org>
Thu, 12 Jun 2008 21:58:24 +0000 (21:58 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Thu, 12 Jun 2008 21:58:24 +0000 (21:58 +0000)
* docs/index-static.html.in: moved the BABL_TOLERANCE documentation
paragraph in under Environment heading.

svn path=/trunk/; revision=333

ChangeLog
docs/index-static.html.in

index 760d3b494c509d29c1b504319909766ff941560a..8a30005a647c5cd38891a79c7b813cd2867f8ebf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-12  Øyvind Kolås  <pippin@gimp.org>
+
+       * docs/index-static.html.in: moved the BABL_TOLERANCE documentation
+       paragraph in under Environment heading.
+
 2008-06-12  Øyvind Kolås  <pippin@gimp.org>
 
        * docs/index-static.html.in: removed markup mistake that introduced
index 13006643e22bc1a80e727320c777a7d2cec8983e..2515405f264e3554bc4a153001b7ac98c70f8509 100644 (file)
@@ -265,10 +265,6 @@ lab_buffer  = malloc (pixel_count * 3 * 4);
 </pre>
 -->
 
-    <p>Through the environment variable <em>BABL_TOLERANCE</em> you can control
-    a speed/performance trade off that by default is set very low (0.000001)
-    values in the range 0.01-0.1 can provide reasonable preview performance
-    by allowing lower numerical accuracy</p>.
 
     <a name='Vocabulary'></a>
     <h3 style='margin-bottom:0em;'>Vocabulary</h3>
@@ -297,7 +293,10 @@ lab_buffer  = malloc (pixel_count * 3 * 4);
     <a name='Shortcut_coverage'></a>
     <h3>Shortcut coverage</h3>
     <p>The diagram shown below visualizes the coverage of current shortcut
-    conversions. A <a href='BablFishPath.html'>DHTML version</a> is also available.
+    conversions. Dots indicate a direct conversion is provided for, the height
+    of the bar indicates the number of conversions steps needed in a chain of
+    conversions. 
+    A <a href='BablFishPath.html'>DHTML version</a> is also available.
     </p>
 <pre style='font-size:50%;height:30em;overflow:scroll'>
 <!--BablFishPath-->
@@ -314,6 +313,11 @@ lab_buffer  = malloc (pixel_count * 3 * 4);
         make babl do it's job faster.
         </p>
 
+    <p>Through the environment variable <tt>BABL_TOLERANCE</tt> you can control
+    a speed/performance trade off that by default is set very low (0.000001)
+    values in the range 0.01-0.1 can provide reasonable preview performance
+    by allowing lower numerical accuracy</p>.
+
 
         <a name='Extending'></a>
         <h2>Extending</h2>